home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1999 January - Disc 2
/
Macworld (1999-01) (Disk 2).dmg
/
Serious Demos
/
Symbolic Composer 4.2
/
Environment
/
System
/
SYMBOL
/
Neurons
/
out
< prev
next >
Wrap
Text File
|
1998-10-23
|
354b
|
15 lines
out test position
Tests if the out pattern contains the result of test in the position. Only previous out positions generated by the neuron at this instance are valid.
(def-neuron test3
(and (in 1 'a) (in 2 'a))
'a
(and (in 1 'b) (in 2 'a) (out 'a -1))
'x
)
(run-neuron 'test3
'(a b a d b)
'(a a b a a))
--> (a x = = x)